Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20240903.1 #21865

Closed
wants to merge 17 commits into from
Closed

20240903.1 #21865

wants to merge 17 commits into from

Conversation

piitaya
Copy link
Member

@piitaya piitaya commented Sep 3, 2024

Summary by CodeRabbit

  • New Features

    • Introduced a new Markdown rendering component for displaying various markdown contents.
    • Added a new optional property row_span for enhanced layout configuration in sections.
    • Implemented a new string entry for localization, improving user experience.
  • Bug Fixes

    • Updated the artifact upload process in CI workflows to improve reliability and performance.
  • Improvements

    • Enhanced event handling in the text selector for better responsiveness.
    • Refined CSS styling for badges and sections to improve visual presentation.
    • Improved layout and presentation of sections within the Lovelace UI for clearer section delineation.
  • Chores

    • Updated various dependencies to their latest versions for improved performance and compatibility.
    • Incremented project version number to reflect the latest release.

renovate bot and others added 15 commits August 29, 2024 22:33
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.6...v4.4.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add padding to no info badge

* Update src/panels/lovelace/badges/hui-entity-badge.ts

Co-authored-by: Paul Bottein <[email protected]>

---------

Co-authored-by: Paul Bottein <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@github-actions github-actions bot added GitHub Actions Pull requests that update GitHub Actions code Design Related to Home Assistant design gallery labels Sep 3, 2024
Copy link
Contributor

coderabbitai bot commented Sep 3, 2024

Walkthrough

Walkthrough

The changes involve updates to dependency versions in configuration files, enhancements to markdown rendering capabilities, and modifications to user interface components. Specifically, the actions/upload-artifact GitHub Action is upgraded in CI workflows, new markdown files and components are introduced, and various properties in existing interfaces are updated to improve layout flexibility. Additionally, localization strings are added to enhance user experience.

Changes

File(s) Change Summary
.github/workflows/ci.yaml, .github/workflows/nightly.yaml Updated actions/upload-artifact from v4.3.6 to v4.4.0.
gallery/src/pages/misc/ha-markdown.markdown, gallery/src/pages/misc/ha-markdown.ts Introduced new markdown file and a custom web component for rendering markdown content.
package.json Updated various package dependencies to their latest versions.
pyproject.toml Incremented version of the "home-assistant-frontend" project from "20240829.0" to "20240903.0".
src/components/ha-markdown-element.ts Modified child node processing logic in HaMarkdownElement class.
src/components/ha-selector/ha-selector-text.ts Added event listener for @change event in HaTextSelector class.
src/data/lovelace/config/section.ts Added optional row_span property to LovelaceBaseSectionConfig interface.
src/data/script_i18n.ts Enhanced tryDescribeAction function to handle "all" target specification.
src/panels/lovelace/badges/hui-entity-badge.ts Updated CSS selector for images in HuiEntityBadge class.
src/panels/lovelace/sections/hui-grid-section.ts Modified _getKey method and simplified section title rendering logic.
src/panels/lovelace/views/hui-sections-view.ts Introduced rowSpan property and updated section layout and header rendering.
src/translations/en.json Added new translation entry for "target_every_entity" with value "every entity".

Tip

We have updated our review workflow to use the Anthropic's Claude family of models. Please share any feedback in the discussion post on our Discord.


Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 91a2f2c and 94f186c.

Files selected for processing (1)
  • pyproject.toml (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • pyproject.toml

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai or @coderabbitai title anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Outside diff range, codebase verification and nitpick comments (1)
src/components/ha-markdown-element.ts (1)

99-117: LGTM! The code changes are logically correct and well-structured.

The introduced conditional check correctly handles the case when breaks property is false and modifies the text content of the first child node to exclude the first line. This ensures that the first line of the blockquote is not considered in the output.

Suggestion: Simplify the conditions for checking the first child node.

To improve readability, you can combine the conditions for checking the first child node into a single if statement.

Apply this diff to simplify the code segment:

-if (!this.breaks && arr.length) {
-  // When we are not breaking, the first line of the blockquote is not considered,
-  // so we need to adjust the first child text content
-  const firstChild = arr[0];
-  if (
-    firstChild.nodeType === Node.TEXT_NODE &&
-    firstChild.textContent === gitHubAlertMatch.input &&
-    firstChild.textContent?.includes("\n")
-  ) {
+if (
+  !this.breaks &&
+  arr.length &&
+  arr[0].nodeType === Node.TEXT_NODE &&
+  arr[0].textContent === gitHubAlertMatch.input &&
+  arr[0].textContent?.includes("\n")
+) {
+  const firstChild = arr[0];
   firstChild.textContent = firstChild.textContent
     .split("\n")
     .slice(1)
     .join("\n");
-  }
-}

@github-actions github-actions bot removed GitHub Actions Pull requests that update GitHub Actions code Design Related to Home Assistant design gallery labels Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants